git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08fcde6
)
Fixes a typo in the title of the load() unit test.
author
jaubourg
<j@ubourg.net>
Sat, 5 Feb 2011 02:06:21 +0000
(
03:06
+0100)
committer
jaubourg
<j@ubourg.net>
Sat, 5 Feb 2011 02:06:21 +0000
(
03:06
+0100)
test/unit/ajax.js
patch
|
blob
|
history
diff --git
a/test/unit/ajax.js
b/test/unit/ajax.js
index
c2d5729
..
cf7c0ad
100644
(file)
--- a/
test/unit/ajax.js
+++ b/
test/unit/ajax.js
@@
-524,7
+524,7
@@
test("jQuery ajax - cross-domain detection", function() {
});
-test(".load()) - 404 error callbacks", function() {
+test(".load() - 404 error callbacks", function() {
expect( 6 );
stop();